# Use Ubuntu as the base image
FROM ubuntu:14.04
VOLUME /MountPointDemo
RUN date > /MountPointDemo/date.txt

